home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / QuickTime VR / MacOS / QuickDraw™ 3D 1.0.6F4 SDK / Samples / SampleCode / Tumbler and Podium / Tumbler_ErrorHandler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-27  |  300 b   |  11 lines  |  [TEXT/MPCC]

  1. #ifndef _MYERROR_HANDLER_
  2. #define _MYERROR_HANDLER_
  3.  
  4. #include "QD3D.h"
  5. #include "QD3DErrors.h"
  6.  
  7. void MyErrorHandler( TQ3Error error, TQ3Error error2, long  refCon ) ;
  8. void MyWarningHandler( TQ3Warning sticky, TQ3Warning latest, long refCon ) ;
  9.  
  10. extern const int kErrorHandlerAlertID ; // 21032
  11. #endif